/*css reset*/
body {
	font-family: Montserrat, "Open Sans", Arial, Verdana, Helvetica, 'Microsoft Yahei', Lato, sans-serif;
	font-size: 14px;
	color: #282828;
	overflow-x: hidden;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	outline: none!important;
	color: #282828;
}
a:hover, a:active {
	color: #0066a4;
	text-decoration: none;
}
a:visited{text-decoration:none;} 
a:link {text-decoration:none}
b, strong {
	font-weight: bold;
}
p {
	font-size: inherit;
}
/*css reset 结束*/

/*导航样式开始*/
.navbar-default {
	background: #ffffff;
	box-shadow: 0 0px 3px #a1a1a1;
	-webkit-box-shadow: 0 0px 3px #a1a1a1;
	-moz-box-shadow: 0 0px 3px #a1a1a1;
	-o-box-shadow: 0 0px 3px #a1a1a1;
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;
}
.navbar-header {
	z-index: 99;
	position: relative;
}
.navbar-brand {
	height: auto;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #333333;
	font-size: 19px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	color: #333333 !important;
	padding: 27px 15px;
	letter-spacing: 2.5px;
	z-index: 99999;
}
.navbar-brand span {
	color: #0066a4;
}
.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
	color: #777777 !important;
	font-size: 14px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 35px 15px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active {
	color: #333333 !important;
}
.navbar-nav li.drop {
	position: relative;
}
.navbar-nav li:hover ul.drop-down {
	opacity: 1;
	display: block;
}
.navbar-nav li.search {
	position: inherit;
}
.top-line {
	padding: 15px 0;
	background: #333333;
	border-bottom: 1px solid #f3f3f3;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	overflow: hidden;
}
.top-line ul.info-list {
	margin: 0;
	padding: 0;
}
.top-line ul.info-list li {
	display: inline-block;
	margin-right: 25px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
}
.top-line ul.info-list li i {
	color: #FFF;
	font-size: 14px;
	margin-right: 10px;
}
.top-line ul.lx-list {
	margin: 0;
	padding: 0;
}

.top-line ul.lx-list li {
	display: inline-block;
	float:right;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
}

.top-line ul.social-icons {
	margin: 0;
	padding: 0;
	text-align: right;
}
.top-line ul.social-icons li {
	display: inline-block;
	margin-left: 9px;
}
.top-line ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 13px;
	color: #ffffff;
}
.top-line ul.social-icons li a:hover {
	color: #E60012;
}
header.active .top-line {
	height: 0;
	padding: 0;
}
.navbar-collapse {
	position: relative;
}
ul.drop-down {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 230px;
	top: 100%;
	left: 0;
	padding: 10px 0;
	border-top: 2px solid #E0066a4;
	opacity: 0;
	display: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: rgba(0, 0, 0, 0.68);
}
ul.drop-down li {
	display: block;
}
ul.drop-down li a {
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
ul.drop-down li a:hover {
	color: #f1af1d;
}
.form-search {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	padding: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
	font-size: 12px;
	color: #333;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	margin: 0;
	color: #333333;
	padding: 8px 10px;
	border: none;
	width: 100%;
	outline: none;
	background: transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.form-search button {
	background: transparent;
	border: none;
	float: right;
	margin-top: -30px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.form-search button i {
	color: #333;
	font-size: 16px;
}
.form-search.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#container {
	padding-top: 126px;
}
.top-line ul.info-list li {
	font-size: 13px;
}
.navbar-brand {
	padding: 15px;
}
.navbar-brand .logo-m {
	display: none;
}
.navbar-brand .logo {
	max-height: 45px;
}
.navbar-nav > li > a {
	padding: 27px 15px;
}
ul.drop-down {
	width: 180px;
}
.navbar-default .navbar-nav > li > a {
	color: #282828!important;
}
.navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #E0066a4!important;
}
.navbar-nav .drop-down .Lev2 {
	position: relative;
}
.navbar-nav .drop-down .sub-menu3 {
	display: none !important;
}
.navbar-nav .drop-down .Lev2:hover .sub-menu3 {
	display: block !important;
	left: 100%;
	top: 0!important;
	margin-top: -12px!important;
}
/*导航样式结束*/
/* 响应式样式开始 */
@media (min-width:1410px) {
.container {
	max-width: 1170px;
	width: 1170px;
}
}
@media (min-width:1570px) {
.container {
	max-width: 1170px;
	width: 1170px;
}
}
@media (min-width:1890px) {
.container {
	max-width: 1370px;
	width: 1370px;
}
#navigation .menu1 {
	margin: 0 7px;
}
}
 @media (max-width : 1024px) {
body {
	word-break: break-all;
	word-wrap: break-word
}
.container {
	max-width: 98%;
	width: 98%;
}
.topbar-left {
	width: auto;
	float: left;
}
.topbar-right {
	width: auto;
	float: right;
}
.top-line ul.info-list li {
	margin-right: 20px;
}
.navbar-toggle {
	display: block !important;
	margin-top: 22px;
	margin-right: 0;
	padding: 7px 8px;
	border: 1px #ddd solid;
	border-radius: 5px;
}
.navbar-toggle .icon-bar {
	width: 18px;
}
#bs-example-navbar-collapse-1 {
	display: none !important;
}
.navbar .navbar-header {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#mmenu {
	border-left: 1px #E5E5E5 solid;
}
#mmenu .mmDiv {
	padding-top: 20px;
}
#mmenu .mm-title {
	padding: 12px 0 11px;
}
#mmenu .mm-search-form {
	margin: 0;
}
#mmenu .mm-search {
	position: static;
	padding-left: 0;
	margin-top: 10px;
	padding-right: 0;
	margin-bottom: -17px;
}
#mmenu .mm-search .side-mm-keyword {
	max-height: 32px;
	height: 32px;
	padding: 0 16px;
}
#mmenu .noblock {
	display: inline !important;
	padding: 10px;
}
#mmenu .MMhead {
	line-height: 2.8;
	border-bottom: 1px #E5E5E5 solid;
	margin: 0 -20px;
	padding-left: 10px;
}
#mmenu .MMhead a {
	background: none;
}
#mmenu .mm-header .mm-title {
	top: -10px;
	font-size: 14px;
}
#mmenu a {
	color: #333;
	font-size: 14px;
}
#mmenu a:hover, #mmenu a:active {
	color: #AF7F48
}
#mmenu .mm-listview > li > a, #mmenu .mm-listview > li > span {
	padding: 10px 10px 10px 20px;
}
}
@media (min-width : 1200px) { /* 1200 */
#mmenu {
	display: none;
}
}
@media (max-width : 990px) { /* 960 */
.container {
	max-width: 99%;
	width: 99%;
}
.top-line {
	padding: 10px 0 8px;
}
.top-line ul.info-list li.tb-adword {
	display: none;
}
#container {
	padding-top: 118px;
}
}
@media (max-width : 768px) { /* 向下考虑iphone6的667px和736px */
.top-line ul.info-list li.tb-email {
	display: none;
}
}
@media (max-width : 740px) { /* 双行，568px,600px,640px */
.top-line {
	display: block;
}
#container {
	padding-top: 112px;
}
.navbar-brand {
	padding: 15px 15px 15px 0;
}
}
@media (max-width : 480px) {
.cate-itme {
	width: 100%;
}
.top-line {
	display: none;
}
#container {
	padding-top: 76px;
}
}
@media (max-width : 420px) {/* 单行，240px,320px,375px,384px,414px */
.top-line ul.info-list li.tb-phone {
	display: none;
}
}
/* 响应式样式结束 */

/* Banner slide begin */
.slider{ padding:0;}
/* Product Categories begin*/
.p-nav{	padding:20px 0;}
.p-nav-title{text-align:center;	padding:30px 0; }
.fc{text-align:center;height:50px;}

/*SOLUTIONS*/
.solution-bg{background: rgba(0, 0, 0, 0.78);padding:40px 0 80px 0;}
.solution-title{text-align:center;}
.solution-title h2{display:block;font-size:36px;color:#FFF;}
.solution-title p{display: block;color: #FFF;font-size: 16px; line-height:60px;}
.solution-box{margin: 10px 0 0 0;}
.solution-cut{width: 1270px;margin: 0 auto;position: relative;}
.solution-swiper{width: 100%;overflow: hidden;}
.solution-box button.fa{position: absolute;top: 0;bottom: 0;width: 50px;background: rgba(0, 0, 0, .1);color: rgba(255, 255, 255, .5);cursor: pointer;border: none;font-size: 40px;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box button.fa:hover{background: #202020;color: #fff;}
.solution-box .fa-back{right: 100%;}
.solution-box .fa-more{left: 100%;}
.solution-box ul{width: 10000%;}
.solution-box ul:after{display: block;clear: both;content: '';}
.solution-box ul li{width: .2%;float: left;text-align: center;color: #fff;position: relative;}
.solution-box ul li span{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .5);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li:nth-child(2) span,
.solution-box ul li:nth-child(4) span{background: rgba(0, 0, 0, .75);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li i{font-size: 50px;opacity: .85;position: absolute;width: 100%;left: 0;bottom: 53%;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li hr{width: 30px;height: 2px;background: #fff;border: none;position: absolute;left: 50%;top: 50%;margin: 0 0 0 -15px;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li h3{font-size: 20px;position: absolute;width: 100%;left: 0;top: 40%;transition: .3s;}
.solution-box ul li p{width: 80%;position: absolute;font-size: 16px;left: 10%;top: 70%;opacity: 0;transition: .3s;}
.solution-box ul li a{position: absolute;top: 85%;font-size: 16px;line-height: 32px;width: 120px;margin: 0 0 0 -60px;color: #fff;border: 2px solid #fff;opacity: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li a:hover{background: #fff;color: #373d41;}
.solution-box ul li img{display: block;width: 100%;}
.solution-box ul li:hover span{background: rgba(48, 113, 255, .85);}
.solution-box ul li:hover i{bottom: 63%;}
.solution-box ul li:hover hr{top: 40%;opacity: 0;}
.solution-box ul li:hover h3{top: 38%;}
.solution-box ul li:hover p{top: 50%;opacity: 1;}
.solution-box ul li:hover a{top: 75%;opacity: 1;}
/*响应式*/
@media(max-width:1680px){.solution-cut{width: 1480px;}.solution-box ul li i{font-size: 46px;}.solution-box ul li h3{font-size: 22px;}.solution-box ul li p{font-size: 14px;}.solution-box ul li a{font-size: 14px;line-height: 28px;width: 100px;margin: 0 0 0 -50px;}}
@media(max-width:1600px){.solution-cut{width: 1300px;}}
@media(max-width:1440px){.solution-cut{width: 1200px;}.solution-box ul li i{font-size: 40px;}.solution-box ul li h3{font-size: 18px;}.solution-box ul li p{font-size: 12px;}}
@media(max-width:767px){.solution-cut{width: 100%;padding: 0;}.solution-box ul li{width: 290px;}.solution-box button.fa{display: none;}.solution-box .fa-back{left: 0;right: auto;}.solution-box .fa-more{left: auto;right: 0;}
}

/*PRODUCTS*/
.nav-style{ width:87%; margin:0 auto;}
.m10{ margin:0 8px;}
.nav-content{ margin:16px auto; padding:30px 0;}
.nav-style .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #FFF;
	cursor: default;
	background-color: #0066a4;
}

/*About*/
.about{}
.about-style-one{
  position:relative;
}
.about-style-one .outer-box{
  position:relative;  
}
.about-style-one .image-column{
  position:absolute;
  right:0px;
  top:0px;
  width:50%;
  height:100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.about-style-one .image-column .image{
  width:100%;
  display:none; 
}
.about-style-one .image-column .image img{
  display:block;
  width:100%; 
}
.about-style-one .image-column .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}
.about-style-one .image-column .overlay-link:hover{
  background:rgba(0,0,0,0.50);  
}
.about-style-one .image-column .overlay-link .icon {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 40%;
    line-height: 90px;
    border: 2px solid #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-style-one .content-column{
  position:relative;
  width:50%;
  background:#1c1c1c;
  color:#999999;
}
.about-style-one .content-column .content-box{
  position:relative;
  float:right;
  padding: 180px 70px 180px 20px;
  max-width: 700px;
}
.about-style-one .content-column .sec-title h2{
  color:#ffffff;
}
.about-style-one .content-column .inner-box{
  position:relative;
}
.about-style-one .content-column .text{
  position:relative;
  margin-bottom:30px;
  text-align:justify;
  line-height:2em;
  color:#ffffff;
}
.sec-title span {
    color: #f1af1d;
}
.sec-title h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -15px;
    width: 110px;
    height: 4px;
}
.btn-style-two {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: #045AC4;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #045AC4;
    font-family: 'Poppins', sans-serif;
}
.about a:hover{ color:#f1af1d;}

/*About responsive*/
@media only screen and (max-width: 991px){
.about-style-one .image-column{
  position:relative;
  left:0px;
  top:0px;
  height:400px;
  width:100%;
}
.about-style-one .content-column{
  width:100%;	
}	
.about-style-one .content-column .content-box{
  float: inherit;
  padding:50px 30px;
  max-width: 750px;
  margin: 0 auto;
}
.contact-style-two .form-column{
  display: none; 
}
.contact-style-two .info-column{
  position:relative;
  width:100%; 
  height: 400px;
} 
.call-to-action .link-column .link-btn5{
  float: none;
}
.contact_us .default-form-area{
  margin-bottom: 50px;
} 
}
@media (max-width: 767px){
.about-style-one .image-column .overlay-link .icon {
	top: 40%;
	width: 60px;
	height: 60px;
	line-height: 55px;
	font-size: 24px;
	left: 0;
	right: 0;
	margin: 0 auto;
  }
  .about-style-one .image-column {
	height: 250px;
  }
  .purchase-section {
	padding: 50px 0px;
  }
  .call-to-action .column {
	margin-bottom: 15px;
  }
}

/*News*/
.news{ padding:30px 0;
   }
.news span{
	color:#999;
   font-size:18px; }

/*Chat Online*/
.zx{}
.purchase-section{
  position:relative;
  padding:60px 0px;  
}
.purchase-section:before{
  content: '';
  position: absolute;
  background: rgba(4, 90, 196, 0.80);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.purchase-section h2{
  position:relative;
  font-size: 30px;
  margin-top: 8px;
  font-weight: 600;
  color:#ffffff;
}
.purchase-section .btn-column{
  text-align:right;
}
.btn-style-seven {
    position: relative;
    padding: 11px 30px;
    border-radius: 0;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #045AC4;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-family: 'Poppins', sans-serif;
}
.zx a:hover{ color:#f1af1d;}

/***Main Footer***/
.main-footer{
  position:relative;
  border-top: 2px solid #045AC4;
  color:#848484;
  background: url(../images/footbg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-footer:before{
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.80);
}
.main-footer .section-title{
  position: relative;
  margin-bottom: 40px;
}
.main-footer .section-title:before{
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #045AC4;
  bottom: -15px;
}
.main-footer .section-title h3{
  font-size:20px;
  text-transform: uppercase;
  color:#ffffff;
}
.main-footer .footer-column{

}
.main-footer .footer-logo {
  margin-top: 20px;
  margin-bottom: 30px;
}
.main-footer .widgets-section{
  position:relative;
  padding:70px 0px 70px;
}
.main-footer .footer-widget{
  position:relative;  
}
.main-footer .about-widget .text{
  margin-bottom: 20px;
  color: #848484;
}
/*links-widget*/
.main-footer .links-widget .list li{
  position:relative;
  margin-bottom: 11px;
}
/*links-widget*/
.main-footer .service-widget .list li{
  position:relative;
  margin-bottom: 11px;
}
.main-footer .service-widget .list li a,
.main-footer .links-widget .list li a{
  position:relative;
  display:block;
  padding-left: 18px;
  color:#848484;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
.main-footer .service-widget .list li a:before,
.main-footer .links-widget .list li a:before{
  content: "\f101";
  font-family: 'FontAwesome';
  position:absolute;
  left:0px;
}
.main-footer .service-widget .list li a:hover,
.main-footer .links-widget .list li a:hover{
  color: #ffffff;
  padding-left: 22px;
}
/*gallery-widget*/
.main-footer .gallery-widget .image {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}
.main-footer .gallery-widget .image:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(4, 90, 196,0.5);
  visibility: hidden;
  display: block;
  z-index: 1;
  transform: scale(0);
  transition: all 0.4s ease 0s;
}
.main-footer .gallery-widget .image:hover:before{
	visibility:visible;
  transform: scale(1);
}
.main-footer .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-footer .gallery-widget .image img:hover {
  opacity: 0.70;
}
.main-footer .gallery-widget .image .link a {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-footer .gallery-widget .image .link i {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  transition: all 0.6s ease 0s;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  position: absolute;
}
.main-footer .gallery-widget .image:hover .link i{
  opacity: 1;
}
/*footer Social*/
.main-footer .social li {
  display: inline-block;
  font-size: 14px;
  padding: 0 3px;
  margin-top: 5px;
}
.main-footer .social li a {
  color: #848484;
  transition: .5s ease-in-out;
  width: 34px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #848484;
}
.main-footer .social li a:hover {
  color: #fff;
  background: #045AC4;
  border-color: #fff;
}
/*footer bottom*/
.footer-bottom {
  background: #000;
  padding: 20px 0;
  z-index: 1;
  position:  relative;
}
.footer-bottom .copy-text {
  font-family: 'Poppins', sans-serif;
  color: #848484;
  font-size: 14px;
}
.footer-bottom .copy-text a {
  color: #FFF;
  transition: .3s ease;
}
.footer-bottom .get-text ul li {
  float: left;
}
.footer-bottom .get-text ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 25px;
}
.footer-bottom .get-text ul li a:hover {
  color: #ffffff;
  transition: .3s ease;
}
/*面包屑导航*/
.breadcumb-wrapper {
    background: #f5f5f5;
    padding: 17px 0;
    border-bottom: 1px solid #e4e4e4;
}
.breadcrumb_bar {
    display: flex;
    justify-content: space-between;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
    font-size: 18px;
    text-transform: capitalize;
    color: #045AC4;
}
.breadcrumb_menu li {
    display: inline-block;
}
.breadcrumb_menu .link-list li a:after {

    font-family: 'FontAwesome';
    margin: 0 10px;
}
.breadcumb-wrapper .get-qoute {
    text-transform: capitalize;
    font-weight: 400;
    color: #045AC4;
    font-size: 18px;
    padding: 0px 14px;
}
.breadcumb-wrapper a.get-qoute i {
    margin-left: 7px;
    color: #222;
    margin-right: 7px;
    font-size: 14px;
}
/*面包屑导航  END*/

/*INNER BANNER Begin*/
.inner_banner{ 
  padding:0;
  max-height:270px;
  overflow:hidden;
  }
/*INNER BANNER end*/

/*About Begin*/
.about-intr{
	position:relative;
	padding-top:60px;
	}
.about-title {
	margin-bottom: 40px;
}
.about-title .title-0 {
	font-family: Arial;
	font-size: 10px;
	color: #333;
	padding-left: 3px;
	letter-spacing: 3px;
}
.about-title .title-1 span {
	font-size: 40px;
	color: #0382db;
	position: relative;
	z-index: 1;
}
.about-title .title-1 span::before, .about-title .title-1 span::after {
	width: 100px;
	height: 1px;
	background-color: #e1e1e1;
	top: 15px;
	position: absolute;
	z-index: 1;
	content: '';
}
.about-title .title-1 span::before {
	right: -moz-calc(100% + 30px);
	right: -webkit-calc(100% + 30px);
	right: 110%;
}
.about-title .title-1 span::after {
	left: -moz-calc(100% + 30px);
	left: -webkit-calc(100% + 30px);
	right: 110%;
}
.brief {
	font-size:14px;
	line-height: 30px;
}
.about-pic{
	padding-top:30px;
	}
.fl{
	float:left;
	}
#about {
	margin-top: 30px;
}
#about .title-0 {
	padding-left: 10px;
	letter-spacing: 10px;
}
#about .item {

}
#about .about-brief {
	padding: 0 4.117647%;
}
#about .about-brief .brief {
	line-height: 34px;
	font-size: 14px;
	color: #666;
}
#about .number {
	height: 100%;
	right: 0;
	top: 0;
}
#about .number .i {
	width: 33.3333333%;
	height: 100%;
	font-size: 20px;
	color: #555;
	padding:20px 0;
}
#about .number .i:nth-child(1), #about .number .i:nth-child(3) {
	background-color: #f5f5f5;
}
#about .number .i .n {
	font-family: 'PingFang';
	font-size: 64px;
	color: #222;
	margin: 60% 0 56%;
	letter-spacing: -3px;
}
/*About Skills Begin*/
.about-skill{
	padding:60px 0;
}

.why-people-sec {
    background: #045AC4;
}
.side-banner {
    background-position: center;
    background-size: cover;
}
.feature-block h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.sec-title.light h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 18px;
}
.why-people-sec .content-column {
    padding:70px 100px;
    position: relative;
    z-index: 1;
}
.why-people-sec .content-column:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image:url(../images/pattern-1.png);
    background-repeat: no-repeat;
    background-position: 100% -45%;
    z-index: -1;
}
.feature-block .inner-box {
    display: flex;
}
.icon-box i:before {
    margin: 0;
    font-size: 40px;
}
.why-people .col-md-6 {
    padding: 30px 15px;
}
.why-people .col-md-6:nth-child(01) {
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff;
}
.why-people .col-md-6:nth-child(02){
    border-bottom: 1px dashed #fff;
}
.why-people .col-md-6:nth-child(03){
    border-right: 1px dashed #fff;
}
.text-white{
	color:#FFF;}
	
/*Team*/
.team span{
	font-size:16px; 
    }
/***==================================
          team-section style-two
==================================***/

.team-member{
  margin-bottom: 30px;
}
.team-member .image-holder{
  margin-bottom: 16px;
}
.team-member .image-holder img{
  width: 100%;
}
.team-member .team-content{
  position: relative;
  text-align:  center;
}
.team-member .team-content h6{
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #222222;
  font-family: 'Poppins', serif;
  transition: all 500ms ease;
}
.team-member .team-content p{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #848484;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  transition: all 500ms ease;
}
.team-member .social-style-two{
  margin-top: 10px;
}

/*Products*/
.p-list{padding:60px 0 0 0;}

/*Contact*/
.contact-style-two{
  position:relative;
  background: #045AC4;
  color:#ffffff;
}
.contact-style-two .form-column{
  position:relative;
  float:left;
  width:50%;  
}
.contact-style-two .form-column .inner-box{
  position:relative;
  padding:100px 80px;
}
.contact-style-two .form-column .upper-content{
  position:relative;
  margin-bottom:40px;
  text-align:center;  
}
.contact-style-two .form-column .upper-content .subtitle{
  font-size: 20px;
}
.contact-style-two .form-column .upper-content h3{
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
}
.contact-style-two .info-column{
  position:absolute;
  text-align:center;
  right:0px;
  top:0px;
  height:100%;
  min-height:250px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  width:50%;  
}
.contact-style-two .info-column .inner-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  background:rgba(0,0,0,0.70);  
}
.contact-style-two .info-column .inner-most{
  display:table-cell;
  vertical-align:middle;  
}
.contact-style-two .info-column h3{
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 40px;
  color:#ffffff;
  margin-bottom:10px;
}
.contact-style-two .info-column .text{
  font-size: 18px;
  text-transform: capitalize;
  font-weight:400;
  color:#ffffff;
  letter-spacing:1px;
  margin-bottom:10px;
}
.contact-style-two .info-column h4{
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
}
.contact_us{
  padding: 80px 0px 80px;
}
.default-cinfo .icon_box {
  width: 45px;
}
.default-cinfo li + li {
  margin-top: 15px;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
}
.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}
.default-cinfo li .icon_box i {
  font-size: 26px;
  color: #045AC4;
  position: relative;
  top: 2px;
}
.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}
.map-section{
	position:relative;	
	
	}
.map-outer iframe {
  vertical-align: top;
}

/*form*/
.error {
  color: red;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}
.default-form .form-group{
  position:relative;
  margin-bottom: 20px;
}
.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}
.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 46px;
  font-size:14px;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  padding: 12px 15px;
  color: #333333;
  background: #fff;
  border-radius: 0;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 112px;
}
.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 14px;
}
.default-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #045AC4;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #045AC4;
  box-shadow: none;
}
.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}
.default-form .alert-success {
  color: #045AC4;
  background: none;
  border: none;
  font-size: 18px;
}
.btn-style-one {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 11px 30px;
    border-radius: 0;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #045AC4;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.code{
	font-size:16px;
	line-height:50px;
	}
	
/*Solutions*/
.solutions{
	padding:40px 0;	
	}
.solutions a{
    color:#FFF;
	}
.services-style-one{
  position:relative;
}
.service-block{
  position:relative;
  margin-bottom:30px;
}
.service-block .inner-box{
  position:relative;
  overflow:hidden;
}
.service-block .inner-box .image-box{
  position:relative;
}
.service-block .inner-box .image-box img{
  position:relative;
  width:100%;
  display:block;
  transition:all 0.3s ease 0s;
}
.service-block .inner-box .image-box:hover img {
  transform: scale(1.1);
}
.service-block .inner-box .image-box .caption{
  position:absolute;
  width:100%;
  left:0px;
  bottom:0px;
  color:#ffffff;
  display:block;
  font-size:18px;
  padding:16px 0px;
  text-align:center;
  font-weight:500;
  background-color:rgba(4, 90, 196, 0.83);
  transition:all 0.8s ease;
  -moz-transition:all 0.8s ease;
  -webkit-transition:all 0.8s ease;
  -ms-transition:all 0.8s ease;
  -o-transition:all 0.8s ease;
}
.service-block .inner-box .image-box .overlay-box{
  position:absolute;
  top:15px;
  right:15px;
  bottom:15px;
  left:15px;
  border:5px solid rgba(255,255,255,0.5);
  padding:40px 35px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align:center;
  background-color: rgba(4, 90, 196, 0.70);
  transition:all 0.5s ;
}
.service-block .inner-box .image-box .overlay-box h3{
  position:relative;
  font-size:16px;
  color:#ffffff;
  margin-bottom:12px;
}
.service-block .inner-box .image-box .overlay-box .text{
  color:#ffffff;
  margin-bottom:15px;
}
.service-block .inner-box .image-box:hover .caption{
  bottom:-60px;
  opacity: 0;
}
.service-block .inner-box .image-box:hover .overlay-box{
  opacity: 1;
  visibility: visible;
}
/*占位专用*/

/* News-1 */
#news-section-1 .news-details {
  display: table;
  table-layout: fixed;
  width:100%;
}

#news-section-1 .news-1-box {
  padding-bottom: 60px;
}
#news-section-1 .news-1-box:hover h3, #news-section-1 .news-1-box:focus h3{
	color:#1F3F81;
}
#news-section-1 .news-1-box .image-2 {
	overflow:hidden;
}
#news-section-1 .news-1-box:hover  .image-2 img{
  transform: scale(1.09);
  transition: all 0.7s ease 0s;
}
#news-section-1 .news-1-box .property_item {
  margin-bottom:0;
}

#news-section-1 .add-on {
  background: transparent;
  border: medium none;
  font-size:18px;
  float:right;
  padding-right: 15px;
  padding-top: 3px;
}
#news-section-1 .add-on:hover {
	background:9c9c9c;
	color:#1f3f81;
	transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}
#news-section-1 .p-image > img {
  width:100%;
  border-radius: 5px;
}
.news-title{
	padding:30px 0 10px 0;
	text-align:center;	
	}
.news-title h4{
	font-size:24px;
	}

/*share-box*/
.share-box {
  background: #ffffff;
  padding: 20px 15px 20px 15px;
  margin: 40px auto;
  border: 1px solid #ededed;
  display: flex;
}
.share-box .tag-box {
  margin-top: 4px;
  width: 50%;
}
.social-box {
  display: flex;
  align-items: center;
  width: 50%;
  text-align: right;
  justify-content: flex-end;
}
.share-box .tag-box span {
  font-size: 14px;
  color: #3F3E3E;
}
.share-box .tag-box a {
  color: #045AC4;
  font-size: 14px;
  transition: .3s ease;
  line-height: 30px;
  text-transform: capitalize;
}
.share-box .tag-box a:hover {
  color: #045AC4;
  transition: .3s ease;
}
.share-box .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.share-box .social {
  display: flex;
  margin-bottom: 0;
  margin-left: -2.5px;
  align-items: center;
  justify-content: center;
}
.share-box .social > li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}
.share-box .social a {
  width: 36px;
  height: 36px;
  color: #BCBCBC;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eee;
  display: block;
  line-height: 37px;
}
.share-box .social a:hover {
  color: #ffffff;
  background: #045AC4;
  border-color: #045AC4;
}
.share-box .tag-box li {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.pro-list{	
	background:#f4f4f4;
	}
.property-details .pro-list > li {
	margin-left: 15px;
	list-style-image:url(../images/p-d-1-list.jpg);
	margin-bottom:20px;
	padding: 0 0 0 8px;
	transition: all 0.7s ease 0s;
	cursor:pointer;
}
.property-details .pro-list > li:hover {
	color:#1f3f81;
	margin-left:10px;
	transition: all 0.7s ease 0s;
}
.property-details .pro-list {
  
}
.zhanwei{ height:600px;}

/*Products Article*/
.cl_padding{ 
    padding-left:0; 
	padding-right:0;
	}

/*Product Images*/
.pro_img{ 
    margin:23px 0; 
	padding:10px; 
	}
#gallery img {
	border:solid #CCC 1px;
	}
#gallery_nav {
	float: left;
	width:18%;
	max-width:142px;
	height:22.33%;
	max-height:92px;
	margin-bottom:9.8%; 
	text-align: center;

}
#gallery_nav a{
	display: block;
	height:22.57%; 
	max-height:93px;
	margin-bottom:9.8%; 
	overflow:hidden;
}
#gallery_output {
	float: left;
	margin-left:8px;
	width:80.47%;
	max-width:629px;
	height:100%;
	max-height:412px;
	overflow: hidden;

}
#gallery_output img {
	display: block;
	margin: 0px auto 0 auto;
}
.on{ 
    border: 1px solid rgba(0,101,163,1.00); 
	}
	
@media (max-width:768px){
#gallery_nav{
	display:none;
	}
}
/*Product Main Info*/
.pro_info{ 
    margin:20px 0;
	padding:8px;
    height:412px;
	}
.pro_info h2{
	height:90px;
	margin-top:0;
	border-bottom:dashed #CCCCCC 1px;
}
.pro_info dl{
	margin:16px 0;
	
	}
.pro_info dl dt{
	margin-top:16px;
	float:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8E8E8E;
	width:32%;
	font-size:1.4rem;
	line-height:15px;
}
.pro_info dl dd{
	margin-top:16px;
	float:left;
	width:68%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.4rem;
	line-height:15px;
	color: #A3A3A3;
	}
.pro_info dl dd.chat{
	float:left;
	margin-top:7.8%;
	width:27%;
	height:80px;
    line-height:80px;
	font-size:1.4rem;
	text-align:center;
	display:block;
	}
.pro_info dl dd.chat a{
	background:#C00;
	color:#fff;
	border:solid #DDD 1px;
	display:block;
    }
.pro_info dl dd.chat a:hover{
	background:#F30;
	color:#fff;
	display:block;
    }
.pro_info dl dd.chat a:visited{
	text-decoration:none;
    }
.pro_info dl dd.email{
	float:left;
	margin-top:7.8%;
	margin-left:10px;
	width:45%;
	height:80px;
	line-height:80px;
	font-size:1.4rem;
	text-align:center;
	color:#FFF;
	display:block;
    }
.pro_info dl dd.email a{
	background:#0066a4;
	color:#FFF;
	display:block;
	}	
.pro_info dl dd.email a:hover{
	background:#06C;
	display:block;    
	}
.pro_info dl dd.download{
	float:left;
	margin-top:7.8%;
	margin-left:10px;
	width:23%;
	height:80px;
	line-height:80px;
	font-size:1.4rem;
	text-align:center;
    }
.pro_info dl dd.download a{
	background:#EBEBEB;
	display:block;
	border:solid #D6D6D6 1px;	
	}
.pro_info dl dd.download a:hover{
	background: #DCDCDC;
	display:block;
	border:solid #D6D6D6 1px;   	
}

@media (max-width:1900px){
.pro_info dl dd.chat{
	margin-top:10px;
	height:50px;
	line-height:50px;
	width:27%;
	}
.pro_info dl dd.email{
	margin-top:10px;
	height:50px;
	line-height:50px;
	width:45%;
    }
.pro_info dl dd.download{
	margin-top:10px;
	height:50px;
	line-height:50px;
	width:23%;
    }	
}	
@media (max-width:1200px){
.pro_info h2{
	font-size:26px;
}
.pro_info dl dd.email{
	width:40%;
	font-size:12px;
    }	
.pro_info dl dd.download{
	font-size:12px;
    }	
.pro_info dl dd.email{
	font-size:12px;
    }
}
@media (max-width:1200px){
.pro_info dl dd.download{
	width:25%;
    }	 	
}
/*Scroll Menu*/
.pro-scrollmenu{ 
    margin:23px 0;
	background:#EBEBEB;
	border:solid #D8D8D8 1px; 
	height:72px;
	}
.pro-scrollmenu--top {
  position: fixed;
  top:180px;
}
.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70px;
  z-index: 10;
  border-left:solid #E0E0E0 1px;
  border-right:solid #E0E0E0 1px;
  }
.et-hero-tabs-container--top {
  position: fixed;
  top:180;
  }
.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #333;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size:1.4rem;
  background:#EBEBEB;
  }
.et-hero-tab a{
	background:#EBEBEB;
	display:block;
	font-size:1.4rem;
	}
.et-hero-tab:hover {
  color:#FFF;
  background: rgba(102, 177, 241, 0.8);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px){
.pro-scrollmenu{
		display:none;
	}
}		
@media (max-width: 767px){
.pro-scrollmenu{
	 display:none;
	}
}
@media (min-width: 800px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
  }

  .et-hero-tab {
    font-size: 1rem;
  }
}
/*Product Content*/
.pro_content{
	
	}
.pro_content p{
	margin:20px auto;
	font-family:"Arial, sans-serif";
	line-height:30px;
	font-size:1.4rem;
	text-align:justify;
	color:#666;
	}
.bg_d{
	background:#FAFAFA;
	}
.pro_content_pic_r{
	margin-top:70px;
	
	}
.pro_content_pic_l{
	
	}
.pro_align_c{
	text-align:center;
	}
	
/*message board respen*/
@media (max-width: 1299px){
	.contact-style-two .info-column h3{
		font-size: 24px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-style-two .info-column h4{
		font-size: 24px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 991px){
	.contact-style-two .form-column{
	  	display: none; 
	}
	.contact-style-two .info-column{
	  	position:relative;
		width:100%; 
		height: 400px;
	} 
	
}
@media (max-width: 767px){
	.contact-style-two .info-column {
	    height: 300px;
	}
	.contact-style-two .info-column h4 {
	    font-size: 18px;
	}
}
	
/*Chat Online*/
.p_zx{}
.p_purchase-section{
  position:relative;
  padding:60px 0px;  
}
.p_purchase-section:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p_purchase-section h2{
  position:relative;
  font-size: 30px;
  margin-top: 8px;
  font-weight: 600;
  color:#666;
}
.p_purchase-section .btn-column{
  text-align:right;
}
.p_btn-style-seven {
    position: relative;
    padding: 11px 30px;
    border-radius: 0;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #C00;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-family: 'Poppins', sans-serif;
}
.p_zx a:hover{
	display: inline-block;
	background:#F00;
	color:#FFF;
	}